home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00160.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  232 b   |  14 lines

  1. on exitFrame
  2.   put " " into field "display"
  3.   set the textSize of member "display" to 24
  4.   compose()
  5.   puppetSprite(1, 0)
  6.   updateStage()
  7.   if the lastClick > (15 * 60) then
  8.     shrink1()
  9.     go("c")
  10.   else
  11.     go("b")
  12.   end if
  13. end
  14.